diff options
author | Nick White <git@njw.name> | 2020-03-10 14:21:29 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-03-10 14:21:29 +0000 |
commit | 58d15331e982c51e8fdc6fdf0383824b0a007f56 (patch) | |
tree | 2ba1c2ee651dea30be432f0610809eb7f64e0203 /roles/pipeliner/files/bookpipeline.service | |
parent | 277e2224b049778c7cbd5b6bae86e786fda6d34d (diff) |
Ensure modules are always updated, and that the service allows time for this to happen
Diffstat (limited to 'roles/pipeliner/files/bookpipeline.service')
-rw-r--r-- | roles/pipeliner/files/bookpipeline.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/pipeliner/files/bookpipeline.service b/roles/pipeliner/files/bookpipeline.service index d68c730..10c016d 100644 --- a/roles/pipeliner/files/bookpipeline.service +++ b/roles/pipeliner/files/bookpipeline.service @@ -2,6 +2,7 @@ Description=Book Pipeline [Service] +TimeoutStartSec=300 ExecStartPre=/usr/local/bin/updatepipeline ExecStart=/usr/local/bin/bookpipeline -v Restart=always |