Systemd Unit File: fix typo
The define is FIFODIR, but for cmake it's called FIFO_DIR
This commit is contained in:
parent
86c4e3c8da
commit
d3e0767eec
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ExecReload=/bin/kill -s SIGHUP $MAINPID
|
|||
ExecStopPost=/bin/rm -f @FIFO_DIR@/socket
|
||||
|
||||
SyslogIdentifier=Wesnothd@BINARY_SUFFIX@
|
||||
WorkingDirectory=@FIFODIR@
|
||||
WorkingDirectory=@FIFO_DIR@
|
||||
User=nobody
|
||||
Group=users
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue