Korrigiere Fehler
This commit is contained in:
parent
e016c6e5a6
commit
5353c6ee06
4 changed files with 20 additions and 19 deletions
18
templates/systemd/zammad.service.j2
Normal file
18
templates/systemd/zammad.service.j2
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Zammad
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
StopWhenUnneeded=true
|
||||
Wants=zammad-rails.service
|
||||
Wants=zammad-scheduler.service
|
||||
Wants=zammad-websocket.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile={{ zammad_env_file }}
|
||||
User={{ zammad_user }}
|
||||
Group={{ zammad_user }}
|
||||
Restart=always
|
||||
ExecStart=/bin/sleep infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue