- systemd: start as non-forking service - systemd: start after systemd-user-sessions.service - Use /run not /var/run to store the pid file OBS-URL: https://build.opensuse.org/request/show/182951 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=65
11 lines
244 B
Diff
11 lines
244 B
Diff
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -136,6 +136,7 @@ elif test -d /usr/run ; then
|
|
else
|
|
PIDDIR="$ETCDIR"
|
|
fi
|
|
+PIDDIR=/run
|
|
AC_DEFINE_UNQUOTED(PIDFILE, "$PIDDIR/atd.pid", [What is the name of our PID file?])
|
|
AC_MSG_RESULT($PIDDIR)
|
|
|