12 lines
No EOL
206 B
Desktop File
12 lines
No EOL
206 B
Desktop File
[Unit]
|
|
Description=cdaemon temporary service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/cdaemontmp
|
|
PIDFile=/var/run/cdaemontmp.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |