Add systemd service file

This commit is contained in:
2025-01-25 23:56:08 -06:00
parent cb15adc9a6
commit 4714d3d183

14
browser-recall.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Browser Recall Service
After=network.target
[Service]
Type=simple
User=zetaphor
WorkingDirectory=/home/zetaphor/browser-recall
ExecStart=/usr/bin/python3 /home/zetaphor/Code/browser-recall/main.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target