Commit 33bcf6f7 authored by bol-van's avatar bol-van
Browse files

systemd improve cheat sheet

parent f037f1ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
# install build depends
# make -C /opt/zapret systemd
# cp nfqws@service /lib/systemd/system
# systemctl daemon-reload

# MANAGE INSTANCE
# prepare /etc/zapret/nfqws1.conf with nfqws parameters
# systemctl daemon-reload
# systemctl start nfqws@nfqws1
# systemctl status nfqws@nfqws1
# systemctl restart nfqws@nfqws1
+1 −1
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
# install build depends
# make -C /opt/zapret systemd
# cp tpws@service /lib/systemd/system
# systemctl daemon-reload

# MANAGE INSTANCE
# prepare /etc/zapret/tpws1.conf with tpws parameters
# systemctl daemon-reload
# systemctl start tpws@tpws1
# systemctl status tpws@tpws1
# systemctl restart tpws@tpws1