🔒 Repository is read-only – file editing is disabled.

pagan-scripts/services/sysd/units/proftpd.service main

11 linii Raw ← Powrót
1234567891011
[Unit]
Description=ProFTPD FTP Server
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/proftpd
ExecReload=/usr/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target