This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=OPTIONS= CONFIG_FILE=/etc/proftpd/proftpd.conf
-
Environment=PROFTPD_OPTIONS=
-
EnvironmentFile=-/etc/default/proftpd
-
EnvironmentFile=-/etc/sysconfig/proftpd
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/sbin/proftpd --nodaemon
-
ExecStart=/usr/sbin/proftpd --nodaemon $PROFTPD_OPTIONS
-
ExecStart=/usr/sbin/proftpd -c $CONFIG_FILE $OPTIONS
-
ExecStartPre=/usr/sbin/proftpd --configtest
-
ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE $OPTIONS
-
PIDFile=/run/proftpd.pid
-
PIDFile=/run/proftpd/proftpd.pid
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
Type=forking
-
Type=simple
-
-
[Unit]
-
After=network-online.target nss-lookup.target local-fs.target remote-fs.target
-
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
-
Description=ProFTPD FTP Server
-
Description=ProFTPd FTP server
-
Documentation=man:proftpd(8)
-
Wants=network-online.target
-
Additionnal notes
Nothing here.