feat: cleanup and daemonization
This commit is contained in:
10
scid.service
Normal file
10
scid.service
Normal 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
|
Reference in New Issue
Block a user