2012-12-20 22:14:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Proxy that allows tcp connections to serial ports
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2021-11-18 19:37:13 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2012-12-20 22:14:19 +00:00
|
|
|
ExecStart=/usr/sbin/ser2net -n
|
|
|
|
|
|
|
|
[Install]
|
2020-04-19 12:56:26 +00:00
|
|
|
WantedBy=multi-user.target
|