Add autorun.service
This commit is contained in:
parent
e27812939d
commit
797506ee44
1 changed files with 9 additions and 0 deletions
9
autorun.service
Normal file
9
autorun.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Autorun service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/autorun
|
||||||
|
Restart=Always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue