remove oauthproxy systemd configs

This commit is contained in:
Girish Ramakrishnan
2015-09-14 12:02:38 -07:00
parent fbae432b98
commit 8aff2b9e74
2 changed files with 2 additions and 18 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
Description=Cloudron Smart Cloud
Documentation=https://cloudron.io/documentation.html
StopWhenUnneeded=true
Requires=box.service janitor.timer oauthproxy.service
After=box.service janitor.timer oauthproxy.service
Requires=box.service janitor.timer
After=box.service janitor.timer
# AllowIsolate=yes
[Install]
@@ -1,16 +0,0 @@
[Unit]
Description=Cloudron OAuth Proxy Service
OnFailure=crashnotifier@%n.service
StopWhenUnneeded=true
[Service]
Type=idle
WorkingDirectory=/home/yellowtent/box
Restart=always
ExecStart=/usr/bin/node --optimize_for_size --max_semi_space_size=5 --max_old_space_size=30 /home/yellowtent/box/oauthproxy.js
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
KillMode=process
User=yellowtent
Group=yellowtent
MemoryLimit=50M