SHA256
1
0
forked from pool/acct

Accepting request 246728 from home:vitezslav_cizek:branches:Base:System

- fixed libexec path in acct.service (bnc#893980)

OBS-URL: https://build.opensuse.org/request/show/246728
OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=36
This commit is contained in:
Marcus Meissner 2014-09-01 15:39:02 +00:00 committed by Git OBS Bridge
parent 6a419c6707
commit 582874f298
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 28 13:18:29 UTC 2014 - vcizek@suse.com
- fixed libexec path in acct.service (bnc#893980)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 17 10:41:47 UTC 2014 - werner@suse.de Mon Mar 17 10:41:47 UTC 2014 - werner@suse.de

View File

@ -7,7 +7,7 @@ ConditionPathExists=/var/account
[Service] [Service]
Type=oneshot Type=oneshot
RemainAfterExit=true RemainAfterExit=true
ExecStartPre=/usr/libexec/account/create ExecStartPre=/usr/lib/account/create
ExecStart=/usr/sbin/accton /var/account/pacct ExecStart=/usr/sbin/accton /var/account/pacct
ExecStop=/usr/sbin/accton off ExecStop=/usr/sbin/accton off