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

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

[Install]
WantedBy=multi-user.target