mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
Add systemd service file
This commit is contained in:
14
browser-recall.service
Normal file
14
browser-recall.service
Normal 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
|
||||||
Reference in New Issue
Block a user