10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
[Unit]
|
||
|
Description={{ _template.service.name }}
|
||
|
|
||
|
[Service]
|
||
|
ExecStart={{ _template.service.executable }}
|
||
|
Nice=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|