summarylogtreecommitdiffstats
path: root/aur-auto-vote.service.skel
blob: 4e1954c1a44550ee21b4e61061b7e2e68ccfdfe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Automates voting on installed and uninstalled AUR packages
Requires=network-online.target
After=network-online.target

[Service]
Type=simple
User=root
# enter your username and password here
ExecStart=/usr/bin/aur-auto-vote $username
Environment="AUR_AUTO_VOTE_PASSWORD=$password"