13 lines
281 B
Desktop File
13 lines
281 B
Desktop File
[Unit]
|
|
Description=CertWarden Deployer binary
|
|
Documentation=https://code.lila.network/adoralaura/app-name
|
|
|
|
[Service]
|
|
# uncomment if you want to use a different user than root
|
|
# User=app-name
|
|
# Group=app-name
|
|
ExecStart=/usr/local/bin/app-name
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|