You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
18 lines
378 B
[Unit] |
|
Description=Starts biscd, a light-weight ci-cd tool |
|
# Require syslog.socket to make sure this doesn't start to soon after boot |
|
Requires=syslog.socket |
|
Documentation=https://git.sciuro.org/Burathar/biscd |
|
StartLimitIntervalSec=10 |
|
StartLimitBurst=3 |
|
|
|
[Service] |
|
Type=simple |
|
User=biscd |
|
ExecStart=/opt/biscd/run.sh |
|
Restart=always |
|
RestartSec=1 |
|
|
|
[Install] |
|
WantedBy=default.target |
|
|
|
|