summarylogtreecommitdiffstats
path: root/flyprint.service
blob: 2322951ef6c271266fb99c712d8606794db7dc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=FlyPrint Label Printing Agent
After=network-online.target cups.service
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/flyprint start
Restart=on-failure
RestartSec=10

[Install]
WantedBy=default.target