chromium/chrome-remote-desktop.service

14 lines
329 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Chrome Remote Desktop host daemon"
[Service]
2016-09-07 19:13:21 +00:00
Environment=HOME=%h
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