summaryrefslogtreecommitdiff
path: root/roles/pipeliner/files/bookpipeline.service
blob: 063cda1f2cc2662b32192b1f4d355eb6371431be (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Book Pipeline

[Service]
ExecStart=/usr/local/bin/bookpipeline -v
Restart=always
User=admin

[Install]
WantedBy=multi-user.target