Files
cosmoserver/templates/service_template.service
2026-03-30 19:59:39 -07:00

15 lines
244 B
Desktop File

[Unit]
Description={{ service_name }}
After=network.target
{{ extra_options }}
[Service]
WorkingDirectory={{ service_working_folder }}
ExecStart={{ service_exe }}
Restart=always
{{ extra_service_options }}
[Install]
WantedBy=default.target