summarylogtreecommitdiffstats
path: root/ownfoil.service
blob: 9b70c4320bec8007fc5ffe9ec80951c044edc5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=ownfoil
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=ownfoil
Group=ownfoil
SyslogIdentifier=ownfoil
WorkingDirectory=/usr/lib/ownfoil
ExecStart=/usr/bin/python3 /usr/lib/ownfoil/app.py

[Install]
WantedBy=multi-user.target