17 lines
293 B
Desktop File
17 lines
293 B
Desktop File
|
|
[Unit]
|
|
Description={{ service_name }}
|
|
After=network.target
|
|
{{ extra_options }}
|
|
|
|
[Service]
|
|
User={{ service_user }}
|
|
Group={{ service_user }}
|
|
WorkingDirectory={{ service_working_folder }}
|
|
ExecStart={{ service_exe }}
|
|
Restart=always
|
|
{{ extra_service_options }}
|
|
|
|
[Install]
|
|
WantedBy=default.target
|