17 lines
352 B
Desktop File
17 lines
352 B
Desktop File
[Unit]
|
|
Description=Crank Software demo
|
|
Documentation=https://www.cranksoftware.com/
|
|
|
|
# Make sure we are started after graphic service is available
|
|
After=##WESTON_SERVICE##
|
|
Requires=##WESTON_SERVICE##
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/crank-demo.pid
|
|
ExecStart=/etc/crank-demo start
|
|
ExecStop=/etc/crank-demo stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|