Systemd Unit File: fix typo

The define is FIFODIR, but for cmake it's called FIFO_DIR
This commit is contained in:
Severin Glöckner 2021-01-19 01:59:04 +01:00
parent 69970e6852
commit b10e061b24

View File

@ -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