Files
cosmoserver/templates/service_template.service
2026-03-09 16:32:43 -07:00

15 lines
247 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=multi-user.target