17 lines
418 B
Desktop File
17 lines
418 B
Desktop File
[Unit]
|
|
Description=Cloudron OAuth Proxy Service
|
|
OnFailure=crashnotifier@%n.service
|
|
StopWhenUnneeded=true
|
|
|
|
[Service]
|
|
Type=idle
|
|
WorkingDirectory=/home/yellowtent/box
|
|
Restart=always
|
|
ExecStart="/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
|
|
|