SHA256
1
0
forked from pool/acct

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:
Dominique Leuenberger 2017-09-22 19:34:36 +00:00 committed by Git OBS Bridge
commit 30579d52bb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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