dist: Change the binary path in the systemd service file

create-reload-action
Lukasz Janyst 4 years ago
parent 1a3ba605cd
commit 5af4f8031b
No known key found for this signature in database
GPG Key ID: 32DE641041F17A9A
  1. 6
      peroxide.service

@ -5,9 +5,9 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/peroxide -config=/etc/peroxide
User=daemon
Group=daemon
ExecStart=/usr/sbin/peroxide
User=peroxide
Group=peroxide
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save