openuds/udsProxy/udsproxy.service

14 lines
246 B
SYSTEMD
Raw Normal View History

2017-02-07 09:52:24 +03:00
[Unit]
Description=The UDSPRoxy Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=Simple
ExecStart=/usr/bin/udsproxy
ExecStop=/bin/kill $MAINPID
PrivateTmp=true
Restart=on-abort
[Install]
WantedBy=multi-user.target