feat: cleanup and daemonization

This commit is contained in:
2024-08-04 12:45:32 +02:00
parent dcc25f88a7
commit 1bcdca9e21
11 changed files with 64 additions and 49 deletions

10
scid.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Simple Continuous Integration Service
AssertPathExists=/etc/sci/pipelines.conf
[Service]
Type=exec
ExecStart=/usr/local/bin/sci
[Install]
WantedBy=multi-user.target