mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
10 lines
225 B
Desktop File
10 lines
225 B
Desktop File
[Unit]
|
|
Description=OpenNebula SSH persistent connection cleaner
|
|
ConditionDirectoryNotEmpty=/var/run/one/ssh-socks/
|
|
|
|
[Service]
|
|
Group=oneadmin
|
|
User=oneadmin
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c '/usr/lib/one/sh/ssh-socks-cleaner'
|