https://bugs.contribs.org/show_bug.cgi?id=11326

--- Comment #9 from Terry Fage <[email protected]> ---
woohoo.

Edit the service file, restrted
[root@smea5r6 ~]# systemctl -l status vpnserver.service
● vpnserver.service - SoftEther VPN Server
   Loaded: loaded (/usr/lib/systemd/system/vpnserver.service; enabled; vendor
preset: enabled)
   Active: active (running) since Thu 2021-01-21 20:01:21 AEDT; 2min 51s ago
 Main PID: 1423 (vpnserver)
   Memory: 20.4M
   CGroup: /system.slice/vpnserver.service
           ├─1423 /usr/vpnserver/vpnserver execsvc
           └─1424 /usr/vpnserver/vpnserver execsvc

Jan 21 20:01:16 smea5r6.sme10a5r6.fage.org systemd[1]: Starting SoftEther VPN
Server...
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: The SoftEther VPN
Server service has been started.
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: Let's get started
by accessing to the following URL from your PC:
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]:
https://127.0.0.1:5555/
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: or
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: https://127.0.0.1/
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: Note: IP address
may vary. Specify your server's IP address.
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org vpnserver[1143]: A TLS certificate
warning will appear because the server uses self signed certificate by default.
That is natural. Continue with ignoring the TLS warning.
Jan 21 20:01:21 smea5r6.sme10a5r6.fage.org systemd[1]: Started SoftEther VPN
Server.


[Unit]
Description=SoftEther VPN Server
After=network.target auditd.service
ConditionPathExists=!/usr/vpnserver/do_not_run

[Service]
Type=forking
EnvironmentFile=-/usr/vpnserver
ExecStart=/usr/vpnserver/vpnserver start
ExecStop=/usr/vpnserver/vpnserver stop
KillMode=process
Restart=on-failure

# Hardening
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-/usr/vpnserver
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST
CAP_NET_RAW CAP_SYS_NICE CAP_SYS_ADMIN CAP_SETUID

[Install]
WantedBy=multi-user.target

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to