You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
277 B
11 lines
277 B
[Unit]
|
|
Description=Vsftpd Service Target
|
|
Documentation=man:systemd.target(5)
|
|
Requires=vsftpd.service vsftpd-build.timer
|
|
After=vsftpd.service vsftpd-build.timer
|
|
|
|
# Allow isolation - can stop/start this target independently
|
|
AllowIsolate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|