fix for bnc#844183

OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=26
This commit is contained in:
Christian Wittmer 2014-03-14 21:58:03 +00:00 committed by Git OBS Bridge
parent 9a5ccb8cea
commit cdc617c408
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 14 21:35:47 UTC 2014 - chris@computersalat.de
- fix for bnc#844183
* proftpd fails to start due to missing /run/proftpd
was created by 'init' file before start, somehow missed to add
to systemd service file
-------------------------------------------------------------------
Thu Oct 3 20:48:44 UTC 2013 - chris@computersalat.de

View File

@ -3,6 +3,7 @@ Description=ProFTPd FTP server
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
[Service]
ExecStartPre=-/usr/bin/install -d /run/proftpd
ExecStart=/usr/sbin/proftpd --nodaemon
ExecReload=/bin/kill -HUP $MAINPID

View File

@ -1,7 +1,7 @@
#
# spec file for package proftpd
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed