summaryrefslogtreecommitdiff
path: root/build-knecht.service
blob: bc8a09c6eb9316f45a8e011bc70c04da9308e03f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Build-Knecht

[Service]
User=makepkg
ExecStart=/usr/bin/screen -d -m /usr/src/build-knecht/build-knecht
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target