15 lines
No EOL
292 B
Desktop File
15 lines
No EOL
292 B
Desktop File
[Unit]
|
|
Description="LBRY Comment Server #%i"
|
|
PartOf=comment-server.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=lbry
|
|
WorkingDirectory=/home/lbry/comment-server/
|
|
ExecStart=/home/lbry/comment-server/venv/bin/commentserv --port %i
|
|
Restart=on-failure
|
|
KillMode=process
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |