[Git][debian-proftpd-team/proftpd][master] [skip ci] Add $OPTIONS to ExecStartPre statements in proftpd-core.proftpd.service.
Hilmar Preuße (@hilmar-guest)
gitlab at salsa.debian.org
Mon May 2 10:20:56 BST 2022
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
28a05a69 by Hilmar Preusse at 2022-05-02T11:20:32+02:00
[skip ci] Add $OPTIONS to ExecStartPre statements in proftpd-core.proftpd.service.
- - - - -
2 changed files:
- debian/changelog
- debian/proftpd-core.proftpd.service
Changes:
=====================================
debian/changelog
=====================================
@@ -8,6 +8,8 @@ proftpd-dfsg (1.3.7d+dfsg-1) UNRELEASED; urgency=medium
- Rules-Requires-Root: binary
- More small stuff
* Fix syntax values in proftpd.conf example (Closes: #1002467)
+ * Add $OPTIONS to ExecStartPre statements in
+ proftpd-core.proftpd.service (Closes: #1010302).
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
=====================================
debian/proftpd-core.proftpd.service
=====================================
@@ -8,7 +8,7 @@ After=network-online.target nss-lookup.target local-fs.target remote-fs.target
Type=forking
Environment=OPTIONS= CONFIG_FILE=/etc/proftpd/proftpd.conf
EnvironmentFile=-/etc/default/proftpd
-ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE
+ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE $OPTIONS
ExecStart=/usr/sbin/proftpd -c $CONFIG_FILE $OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/proftpd.pid
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/28a05a69ff68f63527b518b860ea12089f39049b
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/28a05a69ff68f63527b518b860ea12089f39049b
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list