Codebase list autodir / bb2db3f
More minor changes to service unit files Francesco Paolo Lovergine 3 years ago
3 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1313 EnvironmentFile=-/etc/default/autodir
1414 PIDFile=/run/autogroup.pid
1515 ExecCondition=/usr/bin/egrep -qe '^RUN_AUTOGROUP="yes"' /etc/default/autodir
16 ExecReload=/bin/kill -HUP $MAINPID
1617 ExecStart=/usr/sbin/autodir \
1718 -d $AUTOGROUP_HOME -m $AUTOGROUP_MODULE \
1819 -o $AUTOGROUP_OPTIONS \
1212 Environment=AUTOHOME_MAXBACK=150
1313 EnvironmentFile=-/etc/default/autodir
1414 PIDFile=/run/autohome.pid
15 ExecReload=/bin/kill -HUP $MAINPID
1516 ExecCondition=/usr/bin/egrep -qe '^RUN_AUTOHOME="yes"' /etc/default/autodir
1617 ExecStart=/usr/sbin/autodir \
1718 -d $AUTOHOME_HOME -m $AUTOHOME_MODULE \
00 [Unit]
11 Description=Autodir service
2 Documentation=file:/usr/share/doc/autodir/Autodir-HOWTO.html https://tldp.org/HOWTO/html_single/Autodir-HOWTO/
23
34 [Service]
45 Type=oneshot