Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -7,7 +7,7 @@
|
||||
>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>PrivateBurn</title>
|
||||
<title>PrivateBin Clone</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #1e1e1e;
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
[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