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

Update systemd.service

This commit is contained in:
ericgaspar 2024-08-14 12:15:49 +02:00
parent f5ceefe881
commit 355408c8bf

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
DynamicUser=yes
EnvironmentFile=-__INSTALL_DIR__/.env
ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__
ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__ --env-file .env
[Install]
WantedBy=multi-user.target