Cosmostat Init Commit
This commit is contained in:
14
templates/service_template.service
Normal file
14
templates/service_template.service
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
[Unit]
|
||||
Description={{ service_name }}
|
||||
After=network.target
|
||||
{{ extra_options }}
|
||||
|
||||
[Service]
|
||||
WorkingDirectory={{ service_working_folder }}
|
||||
ExecStart={{ service_exe }}
|
||||
Restart=always
|
||||
{{ extra_service_options }}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user