mirror of
https://github.com/workinghard/jslisten.git
synced 2025-12-13 19:02:09 +00:00
16 lines
285 B
Desktop File
16 lines
285 B
Desktop File
[Unit]
|
|
Description=jslisten daemon
|
|
After=network.target auditd.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/bin/sh -ec "exec /opt/bin/jslisten"
|
|
ExecReload=/bin/kill -9 $MAINPID
|
|
ExecStop=/bin/kill -9 $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
User=pi
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|