Annotation For slim.service
Logged in as anonymous

Lines of slim.service from check-in 7ccc41d896 that are changed by the sequence of edits moving toward check-in 8f80b79392:

                         1: # vim:ft=make:
                         2: 
7ccc41d896 2019-10-20    3: DAEMON_slim_COMMAND?=slim
                         4: DAEMON_slim_ENABLE?=no
                         5: 
                         6: slim: _daemon
7ccc41d896 2019-10-20    7: .if exists(/var/run/slim.auth)
                         8: 	rm -f /var/run/slim.auth
7ccc41d896 2019-10-20    9: .endif