Skip to main content
Topic: hwclock-dinit service file contains two command properties (Read 418 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

hwclock-dinit service file contains two command properties

The service file contains two command properties, but only runs the second one on start.

Code: [Select]
command    = /etc/dinit.d/scripts/hwclock start
command    = /etc/dinit.d/scripts/hwclock stop

The "dinit-service" man page lists "stop-command" as the property for stopping
Shouldn't it be?
 
Code: [Select]
command       = /etc/dinit.d/scripts/hwclock start
stop-command  = /etc/dinit.d/scripts/hwclock stop

Thanks for adding "dinit" to Artixlinux. I'm really liking it.

 

Re: hwclock-dinit service file contains two command properties

Reply #1
Yep. Should've been stop-command. Whoops. Nice catch. Currently pushing the new one.
now only the dinit guy in artix