forked from shaba/openuds
14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[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
|