Compare commits

...

2 Commits

Author SHA1 Message Date
Lamp fdc52f6a5f systemd auto restart 2021-10-20 20:38:25 -07:00
Lamp 3a705d7024 bruh 2021-10-20 20:36:17 -07:00
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Group=ldb
WorkingDirectory=/srv/ldb
EnvironmentFile=/srv/ldb/secrets.env
ExecStart=node index.js
Restart=on-success
[Install]
WantedBy=multi-user.target

View File

@ -93,7 +93,7 @@ async function embedPixiv(/*message*/ channel, /*array of*/ links, send = channe
}
}
module.exports.embedPixiv = embedPixiv();
module.exports.embedPixiv = embedPixiv;