-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be compatible with Upstart #1
Comments
@HLFH I haven't used upstart yet. I will take a look at it. |
From @xet7 on February 13, 2017 7:37 I haven't used upstart, I currently only use systemd on Ubuntu 16.04 or Debian 8: |
From @HLFH on February 13, 2017 15:11 @anselal Ubuntu 14.04 supports UpStart. SysVinit is obsolete for Wekan use, even on Ubuntu 14.04. With Upstart, you have
|
If you think that there is a problem running wekan as root you can always edit the script and change the user running it. I will give upstart and systemd a try in the next releases, but as long as there are no problems with sysvinit I will stick with my implementation |
From @HLFH on February 11, 2017 10:40
Hi,
With Upstart, you can use
setuid
andsetgid
.So, please migrate from SysVinit + Forever to Upstart + Forever.
Here is an example:
Copied from original issue: anselal/wekan#20
The text was updated successfully, but these errors were encountered: