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

[Service]
Type=simple
WorkingDirectory=/var/lib/polyglot
ExecStart=/usr/bin/polyglot
Restart=always
User=polyglot
Group=polyglot

[Install]
WantedBy=multi-user.target