SHA256
1
0
forked from pool/acct

Accepting request 527371 from home:kstreitova:branches:Base:System

- acct.service: fix chmod command call to use an absolute path
  [bsc#1053528]

OBS-URL: https://build.opensuse.org/request/show/527371
OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=60
This commit is contained in:
Kristyna Streitova 2017-09-21 14:14:13 +00:00 committed by Git OBS Bridge
parent c1e506947a
commit a7b07f6026
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

View File

@ -5,7 +5,7 @@ Documentation=man:accton(8)
[Service]
Type=oneshot
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
ExecStop=/usr/sbin/accton off