forked from pool/proftpd
fix for bnc#844183
OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=26
This commit is contained in:
parent
9a5ccb8cea
commit
cdc617c408
@ -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
|
Thu Oct 3 20:48:44 UTC 2013 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Description=ProFTPd FTP server
|
|||||||
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
|
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
ExecStartPre=-/usr/bin/install -d /run/proftpd
|
||||||
ExecStart=/usr/sbin/proftpd --nodaemon
|
ExecStart=/usr/sbin/proftpd --nodaemon
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proftpd
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user