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