12 lines
349 B
Desktop File
12 lines
349 B
Desktop File
|
|
[Unit]
|
|
Description=CRC daemon
|
|
Requires=crc-http.socket
|
|
Requires=crc-vsock.socket
|
|
|
|
[Service]
|
|
# This allows systemd to know when startup is not complete (for example, because of a preflight failure)
|
|
# daemon.SdNotify(false, daemon.SdNotifyReady) must be called before the startup is successful
|
|
Type=notify
|
|
ExecStart=/home/paramah/.crc/bin/crc daemon
|