From 33bcf6f7b4b862765243c10e67b4856255d35e2c Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 12 Mar 2025 17:47:17 +0300 Subject: [PATCH] systemd improve cheat sheet --- init.d/systemd/nfqws@.service | 2 +- init.d/systemd/tpws@.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/systemd/nfqws@.service b/init.d/systemd/nfqws@.service index fc8275d..ca1a6d5 100644 --- a/init.d/systemd/nfqws@.service +++ b/init.d/systemd/nfqws@.service @@ -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 diff --git a/init.d/systemd/tpws@.service b/init.d/systemd/tpws@.service index 993e062..a146723 100644 --- a/init.d/systemd/tpws@.service +++ b/init.d/systemd/tpws@.service @@ -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