diff options
Diffstat (limited to 'conf/files/lib/systemd/system/wheel.service')
-rw-r--r-- | conf/files/lib/systemd/system/wheel.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/files/lib/systemd/system/wheel.service b/conf/files/lib/systemd/system/wheel.service new file mode 100644 index 0000000..85c881f --- /dev/null +++ b/conf/files/lib/systemd/system/wheel.service @@ -0,0 +1,7 @@ +[Unit] +Description=wheel-service starter +After=syslog.target + +[Service] +ExecStart=/usr/bin/wheel-service +Restart=on-failure |