mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Delete cryptpad.service
This commit is contained in:
parent
95add2da8a
commit
a1cc249d41
1 changed files with 0 additions and 15 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue