2016-07-19 18:10:57 +00:00
|
|
|
[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
|
2016-07-19 18:10:57 +00:00
|
|
|
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
|