13 lines
No EOL
293 B
Desktop File
13 lines
No EOL
293 B
Desktop File
[Unit]
|
|
Description=Starts and stops a clixon example service on this system
|
|
Wants=example_restconf.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=root
|
|
RestartSec=60
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/sbin/clixon_backend -s running -f /usr/local/etc/example.xml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |