mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
14 lines
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description=Python PLC services for Revolution Pi
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/revpipyload
|
|
Type=forking
|
|
PIDFile=/var/run/revpipyload.pid
|
|
ExecStart=/usr/share/revpipyload/revpipyloadd -d $DAEMON_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|