mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-13 03:42:24 +08:00
9 lines
251 B
Desktop File
9 lines
251 B
Desktop File
[Unit]
|
|
Description=Unattended upgrade for archlinux
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Type=simple
|
|
ExecStart=/usr/bin/systemd-inhibit --who="pacroller" --why="Running unattended upgrade" /usr/bin/pacroller run
|
|
SyslogIdentifier=pacroller
|