2021-04-03 16:06:16 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=ALFIS default config generator
|
|
|
|
|
ConditionPathExists=|!/etc/alfis.conf
|
|
|
|
|
ConditionFileNotEmpty=|!/etc/alfis.conf
|
|
|
|
|
Wants=local-fs.target
|
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2022-04-05 15:43:33 +05:00
|
|
|
User=alfis
|
2021-04-03 16:06:16 +02:00
|
|
|
Group=alfis
|
|
|
|
|
StandardOutput=file:/etc/alfis.conf
|
|
|
|
|
ExecStart=/usr/bin/alfis -g
|