This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-06-12 05:36:05 -04:00
|
|
|
[Unit]
|
|
|
|
|
Description=NNTPChan Server
|
|
|
|
|
Requires=redis_6379.service
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
WorkingDirectory=/opt/nntpchan
|
|
|
|
|
ExecStart=/opt/nntpchan/srndv2 run
|
2016-06-12 05:37:19 -04:00
|
|
|
ExecStop=/bin/kill -15 $MAINPID
|
2016-06-12 05:36:05 -04:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|