2022-11-24 19:09:42 +10:30
|
|
|
# service file automatically created with github.com/tardisx/unitard
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description={{ .description }}
|
|
|
|
|
|
|
|
[Service]
|
2022-11-24 19:29:20 +10:30
|
|
|
WorkingDirectory={{ .workingDirectory }}
|
2022-11-25 18:10:30 +10:30
|
|
|
ExecStart={{ .execStart }} {{ .execStartArgs }}
|
2022-11-24 19:09:42 +10:30
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|