rwall/rwalld.service
2013-05-24 12:35:36 +02:00

14 lines
278 B
Desktop File

[Unit]
Description=Write Messages to Users Currently Logged in Server
Requires=network.target rpcbind.service
After=syslog.target network.target rpcbind.service
[Service]
Type=simple
ExecStart=/usr/sbin/rpc.rwalld -n
StandardError=syslog
[Install]
WantedBy=multi-user.target