2012-08-31 18:10:38 +02:00
|
|
|
[Unit]
|
|
|
|
Description=ProFTPd FTP server
|
2013-08-05 09:14:58 +02:00
|
|
|
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
|
2012-08-31 18:10:38 +02:00
|
|
|
|
|
|
|
[Service]
|
2021-10-29 15:59:55 +02:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2012-08-31 18:10:38 +02:00
|
|
|
ExecStart=/usr/sbin/proftpd --nodaemon
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|