Skip to content
Snippets Groups Projects
mysql-importer@.service 277 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
[Unit]
Description=MySQL importer

# Dependency ordering
Before=mysql@%i.service

# Dependency binding
BindsTo=mysql@%i.service

[Service]
Type=oneshot
RemainAfterExit=yes
Environment=USER=%i
ExecStart=/data/indiehosters/importers/mysql.sh

[Install]
WantedBy=mysql@%i.service