summaryrefslogtreecommitdiffstats
path: root/receptor.service
blob: f2d56a6233a1494cea714b3e96432e22e2224f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Receptor

[Service]
ExecStart=/usr/bin/receptor -c /etc/receptor/receptor.conf
User=receptor
Group=receptor
StandardOutput=append:/var/log/receptor/receptor.log
Restart=on-failure

[Install]
WantedBy=multi-user.target