summarylogtreecommitdiffstats
path: root/openarc.service
blob: 4b2f1f313c019eecf7057df1cface29120379081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OpenARC daemon
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=forking
User=openarc
Group=openarc
ExecStart=/usr/bin/openarc -x /etc/openarc/openarc.conf
RuntimeDirectory=openarc
RuntimeDirectoryMode=0750

[Install]
WantedBy=multi-user.target