Skip to content
Snippets Groups Projects

aurweb: update rollout for >= v6.0.0

Merged Kevin Morris requested to merge kevr/infrastructure:aurweb-v6.0.0 into master
All threads resolved!
6 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,7 +6,8 @@ After=mysqld.service
[Service]
Type=oneshot
User={{ aurweb_user }}
ExecStart=/usr/local/bin/aurweb-aurblup
WorkingDirectory={{ aurweb_dir }}
ExecStart=/usr/bin/poetry run aurweb-aurblup
ReadWritePaths={{ aurweb_dir }}
NoNewPrivileges=true
Loading