12 lines
223 B
Desktop File
12 lines
223 B
Desktop File
[Unit]
|
|
Description=Ceremony Client Go App Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=5s
|
|
WorkingDirectory=/root/ceremonyclient/node
|
|
ExecStart=/root/ceremonyclient/node/node
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |