1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-16 07:56:24 -07:00

Update path to gochan daemon in systemd unit files

This commit is contained in:
Eggbertx 2023-04-13 10:05:03 -07:00
parent eca996b546
commit 4d860b8e0a
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Wants=mysql.service
After=mysql.service
[Service]
ExecStart=/usr/local/bin/gochan
ExecStart=/usr/bin/gochan
[Install]
WantedBy=multi-user.target

View file

@ -4,7 +4,7 @@ Wants=postgresql.service
After=postgresql.service
[Service]
ExecStart=/usr/local/bin/gochan
ExecStart=/usr/bin/gochan
[Install]
WantedBy=multi-user.target

View file

@ -3,7 +3,7 @@ Description=gochan Daemon
After=network.target
[Service]
ExecStart=/usr/local/bin/gochan
ExecStart=/usr/bin/gochan
[Install]
WantedBy=multi-user.target