13 lines
309 B
SYSTEMD
13 lines
309 B
SYSTEMD
|
[Unit]
|
||
|
Description="Chrome Remote Desktop host daemon"
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@@CRD_PATH@@/chrome-remote-desktop --start --foreground
|
||
|
ExecStop=@@CRD_PATH@@/chrome-remote-desktop --stop
|
||
|
ExecReload=@@CRD_PATH@@/chrome-remote-desktop --reload
|
||
|
Restart=always
|
||
|
TimeoutStopSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|