Skip to content
Snippets Groups Projects
Commit a4ff954c authored by Varac's avatar Varac
Browse files

Restart nickserver automatically from systemd

parent 1e0571aa
Branches
Tags
No related merge requests found
Pipeline #
...@@ -5,6 +5,7 @@ Before=apache2.service ...@@ -5,6 +5,7 @@ Before=apache2.service
[Service] [Service]
ExecStart=/usr/bin/ruby /usr/bin/nickserver start ExecStart=/usr/bin/ruby /usr/bin/nickserver start
Type=forking Type=forking
Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment