1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00
libreddit_ynh/conf/systemd.service

15 lines
302 B
SYSTEMD
Raw Normal View History

2022-03-22 11:30:59 +01:00
[Unit]
Description=Libreddit: alternative to Reddit
Before=nginx.service
After=network.service
[Service]
User=__APP__
Group=__APP__
DynamicUser=yes
2024-08-13 21:49:46 +02:00
EnvironmentFile=-__INSTALL_DIR__/.env
2024-08-14 12:15:49 +02:00
ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__ --env-file .env
2022-04-14 10:36:19 +02:00
2022-03-22 11:30:59 +01:00
[Install]
WantedBy=multi-user.target