11 lines
242 B
Desktop File
11 lines
242 B
Desktop File
# service file automatically created with github.com/tardisx/unitard
|
|
|
|
[Unit]
|
|
Description={{ .description }}
|
|
|
|
[Service]
|
|
WorkingDirectory={{ .workingDirectory }}
|
|
ExecStart={{ .execStart }} {{ .execStartArgs }}
|
|
|
|
[Install]
|
|
WantedBy=default.target |