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