summaryrefslogtreecommitdiff
path: root/modes.service
blob: e3692f8856ed72d1af2f9336052daf71125691f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Modes Printing Daemon
Requires=redis.service
After=redis.service

[Service]
Type=simple
ExecStart=/usr/bin/python /home/pi/dev/modes-printer/modes.py

User=pi
Group=pi
WorkingDirectory=/home/pi/dev/modes-printer/

Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target