arch-packages/rc-local.service

12 lines
176 B
SYSTEMD
Raw Normal View History

2015-08-08 20:08:31 +02:00
[Unit]
Description=/etc/rc.local compatibility
After=network.target
[Service]
Type=oneshot
ExecStart=/etc/rc.local
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target