chiark / gitweb /
units: fix a typo in arch's rc-local.service unit file
[elogind.git] / units / arch / rc-local.service
index 45b6e1648318bb52b2a3c3b16a6e54f0bb04cb53..7e2b5b6f6c5d3bc4abc4813af3f0b36e74543649 100644 (file)
@@ -7,14 +7,13 @@
 
 [Unit]
 Description=/etc/rc.local Compatibility
-Requires=basic.target
-After=basic.target
-Conflicts=shutdown.target
-Before=getty@tty1.service
 
 [Service]
 ExecStart=/etc/rc.local
-ExectStop=/etc/rc.local.shutdown
+ExecStop=/etc/rc.local.shutdown
 TimeoutSec=0
 StandardInput=tty
-ValidNoProcess=yes
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target