19 lines
470 B
SYSTEMD
19 lines
470 B
SYSTEMD
|
[Unit]
|
||
|
Description=Linux - z/VM Monitor Stream
|
||
|
After=network-online.target remote-fs.target
|
||
|
Wants=network-online.target remote-fs.target
|
||
|
ConditionPathExists=/proc/sys/appldata/interval
|
||
|
ConditionPathExists=!/var/lock/appldata
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
SuccessExitStatus=3
|
||
|
|
||
|
ExecStart=/usr/lib/systemd/scripts/xpram start
|
||
|
ExecStartPost=/usr/lib/systemd/scripts/xpram status
|
||
|
ExecStop=/usr/lib/systemd/scripts/xpram stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|