Added systemd unit file.
This commit is contained in:
parent
d1f04951e5
commit
ff7f570ab1
9
src/main/systemd/strawboss.service
Normal file
9
src/main/systemd/strawboss.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=StrawBoss build server.
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=strawboss
|
||||
WorkingDirectory=/home/strawboss
|
||||
ExecStart=/home/strawboss/strawboss
|
||||
Restart=on-failure
|
Loading…
x
Reference in New Issue
Block a user