Files
browser-recall/browser-recall.service
2025-01-25 23:56:08 -06:00

14 lines
283 B
Desktop File

[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