mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-25 09:10:41 +08:00
Merge pull request #5 from isti03/master
better communicate the reason of inhibition
This commit is contained in:
commit
cfebee2d2c
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/systemd-inhibit /usr/bin/pacroller run
|
ExecStart=/usr/bin/systemd-inhibit --who="pacroller" --why="Running unattended upgrade" /usr/bin/pacroller run
|
||||||
SyslogIdentifier=pacroller
|
SyslogIdentifier=pacroller
|
||||||
|
|
Loading…
Reference in a new issue