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