1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-10 09:44:58 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
023eb3465d Correct and simplify systemd service files
Remove unnecessary wrappers and change to start services directly. Also remove misused "EnvironmentFile" and unrecommended "KillMode=process".
2024-09-17 07:03:19 +08:00
8f3915417f Fix invalid systemd TasksMax 2022-05-11 18:23:48 +08:00
c01d8e6058 Revert "RPM package and systemd service file fixes (for CentOS 8)" 2021-08-16 16:06:34 +05:00
af84a30adc Update softether-vpnserver.service files:
* change `ReadOnlyDirectories` -> `ReadOnlyPaths` and `ReadWriteDirectories` -> `ReadWritePaths`

 * add `ReadWritePaths` for other necessary directories (this should address #1111)
2021-06-30 11:48:45 -04:00
40ed982079 Fix systemd unit file generation 2020-06-30 01:22:37 -04:00
c6117d4f8e systemd: replace deprecated CAP_SYS_ADMIN with CAP_SYSLOG 2019-07-08 21:05:35 +05:00
a2e2d5133b Increased the task limit of the unit file to be 4096 (max
connections per hub) * 4096 (max hubs)
2019-04-19 11:59:48 +02:00
139fffe6e0 adjust systemd paths according to installation path 2018-10-22 10:55:12 +05:00
afde7fb981 CMake: install systemd configuration files 2018-09-07 21:45:33 +02:00
bccc18b825 Granting CAP_SETUID as it seems to be needed 2015-06-22 11:39:12 -07:00
04cfcd47ab Granting CAP_SYS_ADMIN capability 2015-06-22 11:27:25 -07:00
73112980b3 Added hardening to confine its system capability to what SoftEther requires 2015-06-22 10:59:34 -07:00
74795cd42d Omitting an extra (unneeded) argument 2015-06-04 21:15:34 -07:00
0ec6ffcb73 Systemd configuration files
Expects vpnserver/vpnclient/vpnbridge to be in /opt.
Having a file do_not_run within these directories inhibits launch of a respective module.
2015-06-04 19:34:02 -07:00