Skip to content

Instantly share code, notes, and snippets.

@mayjs
Created July 12, 2017 10:50
Show Gist options
  • Save mayjs/41afb8696fb13c719e923678d8cf9ff3 to your computer and use it in GitHub Desktop.
Save mayjs/41afb8696fb13c719e923678d8cf9ff3 to your computer and use it in GitHub Desktop.
Wekan Systemd unit file

Place wekan.service in /etc/systemd/system, then use sudo systemctl start wekan to start the service.

[Unit]
Description=Wekan service
Before=apache2.service
[Service]
WorkingDirectory=/home/wekan
ExecStart=/home/wekan/start.sh
User=wekan
Group=wekan
Restart=on-failure
RestartPreventExitStatus=255
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment