welfare/verify/systemd.service
2024-06-07 17:30:57 +01:00

15 lines
356 B
Desktop File

[Unit]
Description=Deno Discord bot for handling age verification
Documentation=https://ravy.dev/skji/welfare
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=
WorkingDirectory=
ExecStart=USER/.deno/bin/deno run -A --unstable-kv --unstable-temporal verify/main.ts
Restart=on-failure
[Install]
WantedBy=multi-user.target