summarylogtreecommitdiffstats
path: root/http-remote-pc-control.service
blob: 88c14d9c35b22300ee3d7c831aba9aa744b46651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=HTTP Remote PC Control
After=graphical-session.target

[Service]
Type=simple
ExecStartPre=/usr/bin/http-remote-pc-control --generate --if-missing
ExecStart=/usr/bin/http-remote-pc-control
Restart=on-failure
RestartSec=2

[Install]
WantedBy=multi-user.target