forked from Spearhead/privateburn
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a11efb2173 | |||
| 88d4334c48 |
@ -7,7 +7,7 @@
|
|||||||
>
|
>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>PrivateBin Clone</title>
|
<title>PrivateBurn</title>
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--bg: #1e1e1e;
|
--bg: #1e1e1e;
|
||||||
|
|||||||
16
privateburn.service.systemd
Normal file
16
privateburn.service.systemd
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
# /lib/systemd/system/privateburn.service
|
||||||
|
Description=PricvateBurn Node.js Application
|
||||||
|
After=syslog.target network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=www-data
|
||||||
|
WorkingDirectory=/var/www/privateburn
|
||||||
|
Environment=NODE_ENV=production
|
||||||
|
ExecStart=/usr/bin/node server.js
|
||||||
|
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
x
Reference in New Issue
Block a user