mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
14 lines
283 B
Desktop File
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 |