first commit
This commit is contained in:
10
templates/basic.service
Normal file
10
templates/basic.service
Normal file
@@ -0,0 +1,10 @@
|
||||
# service file automatically created with github.com/tardisx/unitard
|
||||
|
||||
[Unit]
|
||||
Description={{ .description }}
|
||||
|
||||
[Service]
|
||||
ExecStart={{ .execStart }}
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user