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