[Git][debian-proftpd-team/proftpd][master] [skip ci] Add to ExecStartPre statements in proftpd-core.proftpd.service.
Hilmar Preuße (@hilmar-guest)
gitlab at salsa.debian.org
Fri Apr 29 22:17:03 BST 2022
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
8466a416 by Hilmar Preusse at 2022-04-29T23:16:52+02:00
[skip ci] Add 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/8466a416e39e436a9e5c4d1330c7a815448be4e8
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/8466a416e39e436a9e5c4d1330c7a815448be4e8
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list