16 lines
246 B
Desktop File
16 lines
246 B
Desktop File
|
|
[Unit]
|
|
Description={{ service_name }}
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory={{ service_working_folder }}
|
|
ExecStartPre=/bin/sleep 5
|
|
ExecStart={{ service_exe }}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|