9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
[Unit]
|
|
Description = Protomask
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart = /usr/local/bin/protomask --config /etc/protomask/protomask.json
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |