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:
parent
eca996b546
commit
4d860b8e0a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue