2 Commits

Author SHA1 Message Date
asif 29a5539949 feat(systemd): Update systemd unit-file
Update systemd unit-file to support v3 parameters. Use journald logging as the template example.
2026-07-25 04:33:35 -06:00
asif 0fe3535328 chore(ide): Delete notebook 2026-07-25 04:16:23 -06:00
2 changed files with 2 additions and 10 deletions
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.itcodebox.notebooks.projectservice.ProjectUIState">
<option name="selectedNotebookId" value="1" />
<option name="selectedChapterId" value="2" />
<option name="selectedNoteId" value="2" />
</component>
</project>
+2 -2
View File
@@ -4,8 +4,8 @@ After=network.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/local/bin/cfddns.sh -c /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log ExecStart=/usr/local/bin/cfddns.sh -c /path/to/account.details -r server.domain.tld --log-journal
ExecStart=/usr/local/bin/cfddns.sh -6 -c /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log ExecStart=/usr/local/bin/cfddns.sh -6 -c /path/to/account.details -r server.domain.tld --log-journal
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target