mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
15 lines
366 B
Desktop File
15 lines
366 B
Desktop File
[Unit]
|
|
Description=Cellar Monitoring System
|
|
[Service]
|
|
User=pi
|
|
WorkingDirectory=/home/pi
|
|
ExecStart=/home/pi/projects/cellar-dist/cellar.sh start
|
|
ExecStop=/home/pi/projects/cellar-dist/cellar.sh stop
|
|
ExecReload=/home/pi/projects/cellar-dist/cellar.sh restart
|
|
|
|
SuccessExitStatus=143
|
|
TimeoutStopSec=10
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
[Install]
|
|
WantedBy=multi-user.target |