diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/files/proftpd.service | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/files/proftpd.service b/meta-networking/recipes-daemons/proftpd/files/proftpd.service index ba97f8e1ca..3e26d7f386 100644 --- a/meta-networking/recipes-daemons/proftpd/files/proftpd.service +++ b/meta-networking/recipes-daemons/proftpd/files/proftpd.service | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | [Unit] | 1 | [Unit] |
| 2 | Description=proftpd Daemon | 2 | Description=proftpd Daemon |
| 3 | After=network.target | ||
| 3 | 4 | ||
| 4 | [Service] | 5 | [Service] |
| 5 | Type=forking | 6 | Type=forking |
| 6 | ExecStart=-@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf | 7 | ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf |
| 7 | StandardError=syslog | 8 | |
| 9 | [Install] | ||
| 10 | WantedBy=default.target | ||
| 11 | |||
