Created
January 19, 2017 00:12
-
-
Save Pablohn26/598ddf4621eac0da774f87102e0ab585 to your computer and use it in GitHub Desktop.
Unified Remote Server systemd unit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Unified Remote Server | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
PIDFile=$HOME/.urserver/urserver.pid | |
ExecStart=/opt/urserver/urserver-start --no-manager --no-notify | |
ExecStop=/opt/urserver/urserver-stop | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/systemd/system/urserver.service