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

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

[Install]
WantedBy=multi-user.target