diff --git a/conf/cryptpad.service b/conf/cryptpad.service deleted file mode 100644 index 2b148b4..0000000 --- a/conf/cryptpad.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=CryptPad is an encrypted PAD Creator -After=syslog.target -After=network.target - -[Service] -Type=simple -User=root -WorkingDirectory=__DIRECTORY__ -ExecStart=/usr/bin/node server.js -Restart=always -Environment=USER=__APP__ HOME=__DIRECTORY__ - -[Install] -WantedBy=multi-user.target