mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
modify repo and docs for lxc only
This commit is contained in:
parent
620107212e
commit
a954759dae
27 changed files with 67 additions and 340 deletions
13
var/piston.service
Normal file
13
var/piston.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Piston
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
Environment=PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/go/bin
|
||||
WorkingDirectory=/root/piston/api
|
||||
ExecStart=/root/piston/api/start
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue