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