Initial commit
This commit is contained in:
commit
250ed0e40f
6 changed files with 297 additions and 0 deletions
12
disco.service
Normal file
12
disco.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=disco
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=pierre
|
||||
WorkingDirectory=/home/pierre/disco
|
||||
ExecStart=/home/pierre/disco/launch.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue