14 lines
237 B
Desktop File
14 lines
237 B
Desktop File
[Unit]
|
|
Description=NNTPChan Server
|
|
Requires=redis_6379.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/nntpchan
|
|
ExecStart=/opt/nntpchan/srndv2 run
|
|
ExecStop=/bin/kill -15 $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|