~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/vsftpd.systemd

  • Committer: Package Import Robot
  • Author(s): Lorenzo De Liso
  • Date: 2012-12-18 19:59:37 UTC
  • mfrom: (2.3.22 sid)
  • Revision ID: package-import@ubuntu.com-20121218195937-xiwdrfndhhvv87s0
Tags: 3.0.2-1ubuntu1
* Merge from debian unstable (LP: #1092076), remaining changes:
  - Use snakeoil SSL certificates and key.
  - debian/rules, debian/vsftpd.upstart: migrate vsftpd to upstart.
  - Add apport hook:
    + debian/vsftpd.apport: Added.
    + debian/control: Build-depends on dh-apport.
    + debian/rules: Add --with apport.
  - Add debian/watch file.
  - debian/patches/09-disable-anonymous.patch: Disable anonymous login by 
    default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=vsftpd FTP server
 
3
After=syslog.target network.target
 
4
 
 
5
[Service]
 
6
Type=simple
 
7
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf
 
8
ExecReload=/bin/kill -HUP $MAINPID
 
9
ExecStartPre=-/bin/mkdir -p /var/run/vsftpd/empty
 
10
 
 
11
[Install]
 
12
WantedBy=multi-user.target