12 lines
167 B
Desktop File
Executable file
12 lines
167 B
Desktop File
Executable file
[Unit]
|
|
Description=Update AUR packages
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
User=build
|
|
Group=build
|
|
ExecStart=/bin/aur_repo
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|