20 lines
419 B
Desktop File
20 lines
419 B
Desktop File
[Unit]
|
|
Description=Bind lin socket with pseudo tty based on socat
|
|
Requires=um-service-config.service user-module.target
|
|
After=um-service-config.service user-module.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/socat-socket-lin
|
|
PIDFile=/var/run/socket-lin.pid
|
|
|
|
|
|
EnvironmentFile=/etc/user-module/network.conf
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=user-module.target
|