blob: c128062eff90e5f65b1ac98a27b208af97b987d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=NFS reboot notification service
Requires=rpcbind.target
After=syslog.target network.target rpcbind.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/sm-notify -d
RemainAfterExit=yes
# sm-notify outputs the same to stderr & syslog
StandardError=null
|