Accepting request 528082 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/528082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acct?expand=0&rev=42
This commit is contained in:
commit
30579d52bb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 19 19:26:56 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
- acct.service: fix chmod command call to use an absolute path
|
||||||
|
[bsc#1053528]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 10 19:13:44 UTC 2017 - astieger@suse.com
|
Mon Jul 10 19:13:44 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Documentation=man:accton(8)
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
ExecStartPre=chmod 600 /var/log/account/pacct
|
ExecStartPre=/usr/bin/chmod 600 /var/log/account/pacct
|
||||||
ExecStart=/usr/sbin/accton /var/log/account/pacct
|
ExecStart=/usr/sbin/accton /var/log/account/pacct
|
||||||
ExecStop=/usr/sbin/accton off
|
ExecStop=/usr/sbin/accton off
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user