Codebase list autodir / d182b15
Fixed directives in *.service files Francesco Paolo Lovergine 3 years ago
2 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
33 After=autodir.service
44
55 [Service]
6 Environment=AUTOGROUP_HOME=/home AUTOGROUP_TIMEOUT=600
6 Environment=AUTOGROUP_HOME=/group AUTOGROUP_TIMEOUT=300
77 Environment=AUTOGROUP_MODULE=/usr/lib/autodir/autogroup.so
88 Environment="AUTOGROUP_OPTIONS=realpath=/autogroup,level=2"
99 Environment="AUTOGROUP_BACKUP='/bin/tar cf /tmp/%N.tar.gz %L'"
1111 Environment=AUTOGROUP_BACKPRI=30
1212 Environment=AUTOGROUP_MAXBACK=150
1313 EnvironmentFile=-/etc/default/autodir
14 ConditionEnvironment=RUN_AUTOGROUP=yes
14 PIDFile=/run/autogroup.pid
15 ExecCondition=/usr/bin/egrep -qe '^RUN_AUTOGROUP="yes"' /etc/default/autodir
1516 ExecStart=/usr/sbin/autodir \
1617 -d $AUTOGROUP_HOME -m $AUTOGROUP_MODULE \
1718 -o $AUTOGROUP_OPTIONS \
2021 -w $AUTOGROUP_BACKWAIT \
2122 -p $AUTOGROUP_BACKPRI \
2223 -c $AUTOGROUP_MAXBACK \
23 -l $AUTOGROUP_PID
24 -l /run/autogroup.pid
2425
2526 [Install]
2627 WantedBy=autodir.service
1111 Environment=AUTOHOME_BACKPRI=30
1212 Environment=AUTOHOME_MAXBACK=150
1313 EnvironmentFile=-/etc/default/autodir
14 ConditionEnvironment=RUN_AUTOHOME=yes
14 PIDFile=/run/autohome.pid
15 ExecCondition=/usr/bin/egrep -qe '^RUN_AUTOHOME="yes"' /etc/default/autodir
1516 ExecStart=/usr/sbin/autodir \
1617 -d $AUTOHOME_HOME -m $AUTOHOME_MODULE \
1718 -o $AUTOHOME_OPTIONS \