diff options
Diffstat (limited to 'contrib/init/linux-systemd/ejabberd-cleanup.service')
-rw-r--r-- | contrib/init/linux-systemd/ejabberd-cleanup.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/init/linux-systemd/ejabberd-cleanup.service b/contrib/init/linux-systemd/ejabberd-cleanup.service new file mode 100644 index 0000000..e68de47 --- /dev/null +++ b/contrib/init/linux-systemd/ejabberd-cleanup.service @@ -0,0 +1,14 @@ +[Unit] +Description=Clean up ejabberd + +[Service] +Type=oneshot +User=nobody +Group=nobody +Environment="VIRTUAL_ENV=/opt/ejabberd-tools/venv" +Environment="PATH=/opt/ejabberd-tools/venv/bin:/usr/local/bin:/usr/bin:/bin" +ExecStart=/opt/ejabberd-tools/cleanup.py +WorkingDirectory=/opt/ejabberd-tools/ + +[Install] +WantedBy=multi-user.target |