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 86c4e3c8da
commit d3e0767eec

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