chromium/chrome-remote-desktop@.service

15 lines
337 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description="Chrome Remote Desktop host daemon"
[Service]
2017-04-22 16:28:33 +00:00
User=%i
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